←Select platform

AnnObservableCollection<T> Constructor(IEnumerable<T>)

Summary
Initializes a new instance of AnnObservableCollection> from the specified collection.
Syntax
C#
C++/CLI
Python
public AnnObservableCollection<T>( 
   IEnumerable<T> collection 
) 
public:  
   AnnObservableCollection<T>(IEnumerable<T>^ collection) 
__init__(self,collection) # Overloaded constructor 

Parameters

collection
Source collection. Items will be added to this collection.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.